GET https://api.storenvy.com/v1/webhooks
Get a list of your Webhooks.
Example response:
{
"data": {
"webhooks": [
{
"id": 1,
"url": "http://example.com",
"events": [
"order/created"
]
}
]
},
"meta": {
"code": 200,
"api_version": "1.0"
}
}